Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface Duende.​IdentityServer.​Stores.​IMessageStore<​TModel>
Assembly: Duende.IdentityServer
Interface for a message store
Methods
System.​Threading.​Tasks.​Task<​string>
WriteAsync​(Models.​Message<​TModel> message,
System.​Threading.​CancellationToken ct)
Writes the message.
Returns An identifier for the message
message
The message.
ct
The cancellation token.
System.​Threading.​Tasks.​Task<​Models.​Message<​TModel>>
ReadAsync​(string id,
System.​Threading.​CancellationToken ct)
Reads the message.
id
The identifier.
ct
The cancellation token.